DC.prependWithin(domElementOrMarkupStringOrCSSSelector) Description: Inserts a DOM element, markup string, or CSS selector referenced element at the beginning of DC.container. Returns: DC Object. Example: // Insert a DOM element at the beginning of DC.container. DC.prependWithin(domElement); // Insert a markup string element at the beginning of DC.container. DC.prependWithin('